Catch 1
select count(SongId) from chartsquery where (genre='World') and (subgenre='Jungle House')
RowsCount=0Catch 1B
select count(SongId) from chartsquery where (genre='World')
RowsCount=0